Crate gibbercode

source ·

Functions

Decodes a gibbercode string into two numbers. This is actually infallible, because it simply ignores any garbage in the input and only decodes the part that looks like a gibbercode.
Encodes two numbers with gibbercode. We take u128 because almost any number can fit in it.